'Declaration Public Overloads Function GetData(Of T As {New, Struct})( _ ByVal data As Asynchronous, _ ByVal flags As AsynchronousFlags _ ) As T
public T GetData<T>( Asynchronous data, AsynchronousFlags flags ) where T: new(), struct
Parameters
- data
- The asynchronous data provider.
- flags
- Flags specifying how the command should operate.
Type Parameters
- T
Return Value
The data retrieved from the GPU.